Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: Remove CACHE_VERSION and invalidate cache after each run #3645

Merged
merged 2 commits into from
Oct 21, 2023

Conversation

mhsdesign
Copy link
Member

@mhsdesign mhsdesign commented Oct 20, 2023

Lately we have a lot of depending pull requests - changes here and in Neos - that results in the ci failing and me having to adjust the CACHE_VERSION continuously (which will then still fail for another feature pr)

The CACHE_VERSION was introduced via #2883 as previously the cache could only be invalidated by changing the composer.json

Eventually we should refactor our ci completely and only cache what is safely cacheable. This change effectively disables the cache. (We need the cache though for subsequent jobs)

What I did

How I did it

How to verify it

The `CACHE_VERSION` was introduced via #2883 as previously the cache could only be invalidated by changing the `composer.json`

Eventually we should refactor our ci completely and only cache what is safely cacheable. This change effectively disables the cache. (We need the cache though for subsequent jobs)
@ahaeslich ahaeslich merged commit 70ab407 into 9.0 Oct 21, 2023
3 checks passed
@ahaeslich ahaeslich deleted the task/removeFaultyCiCache branch October 21, 2023 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants